home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / aiz451.zip / LOGIN.DOC < prev    next >
Text File  |  1990-11-03  |  752b  |  30 lines

  1.  
  2.  
  3.  
  4.           *** SV1AIZ multitasking BBS ***
  5.  
  6.        When someone connects to any channel of the bbs,he will get,
  7.  
  8.     as usual,the standard Login Msg which we have declared in the cnf
  9.  
  10.     file,depending on the type of each user.This login msg, has a max
  11.  
  12.     length of 255 characters. When more login infos are needed to be
  13.  
  14.     sent, we have to create an additional text file with the following
  15.  
  16.     name format:
  17.  
  18.             ' LOGINx.TXT '
  19.  
  20.     where x is the port number which this login file will be send.
  21.  
  22.     You are free to use any wildcards in this file.
  23.  
  24.        Example :
  25.  
  26.     If we create a file 'LOGIN1.TXT', any channel depending on port '1',
  27.  
  28.     will send the additional infos that 'LOGIN1.TXT' includes.
  29.  
  30.